projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5106ed5
)
(install-arch-dep): Copy fns-*.el from lib-src.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 29 Nov 1998 16:42:04 +0000
(16:42 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 29 Nov 1998 16:42:04 +0000
(16:42 +0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index a72b7f252ebbd1eb1a6295a4bf4e000f3de6a210..7aa107f94bab251dc65df8976be643c609203b89 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-299,7
+299,7
@@
install-arch-dep: mkdir
-chmod 1755 ${bindir}/emacs-${version}
rm -f ${bindir}/$(EMACS)
-ln ${bindir}/emacs-${version} ${bindir}/$(EMACS)
- for f in `cd li
sp
&& echo fns-*.el`; do \
+ for f in `cd li
b-src
&& echo fns-*.el`; do \
${INSTALL_DATA} lisp/$$f ${archlibdir}/$$f; \
done